projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a27c8
)
seal all members.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:48 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:48 +0000
(10:59 +0000)
* gtk/gtkcellrendererpixbuf.h: seal all members.
svn path=/trunk/; revision=20511
gtk/gtkcellrendererpixbuf.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcellrendererpixbuf.h
b/gtk/gtkcellrendererpixbuf.h
index 7886f8e3b4c7c8d5fa3b6e74546f83f8c8b02911..33b92d03e92dbddb1952df6cca4c0c2ec8ac14c1 100644
(file)
--- a/
gtk/gtkcellrendererpixbuf.h
+++ b/
gtk/gtkcellrendererpixbuf.h
@@
-45,9
+45,9
@@
struct _GtkCellRendererPixbuf
GtkCellRenderer parent;
/*< private >*/
- GdkPixbuf *
pixbuf
;
- GdkPixbuf *
pixbuf_expander_open
;
- GdkPixbuf *
pixbuf_expander_closed
;
+ GdkPixbuf *
GSEAL (pixbuf)
;
+ GdkPixbuf *
GSEAL (pixbuf_expander_open)
;
+ GdkPixbuf *
GSEAL (pixbuf_expander_closed)
;
};
struct _GtkCellRendererPixbufClass